home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / dev / www_talk.930 / 001222_dsr@hplb.hpl.hp.com _Tue Jun 1 18:36:12 1993.msg < prev    next >
Internet Message Format  |  1994-01-24  |  2KB

  1. Return-Path: <dsr@hplb.hpl.hp.com>
  2. Received: from dxmint.cern.ch by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  3.     id AA00687; Tue, 1 Jun 93 18:36:12 MET DST
  4. Received: from mcsun.EU.net by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
  5.     id AA28238; Tue, 1 Jun 1993 18:57:48 +0200
  6. Received: from hplb.hpl.hp.com by mcsun.EU.net with SMTP
  7.     id AA03506 (5.65b/CWI-2.220); Tue, 1 Jun 1993 18:57:42 +0200
  8. Received: from dragget.hpl.hp.com by hplb.hpl.hp.com; Tue, 1 Jun 93 15:32:46 +0100
  9. Received: by manuel.hpl.hp.com
  10.     (16.6/15.6+ISC) id AA10450; Tue, 1 Jun 93 15:38:28 +0100
  11. From: Dave_Raggett <dsr@hplb.hpl.hp.com>
  12. Message-Id: <9306011438.AA10450@manuel.hpl.hp.com>
  13. Subject: <IMG> and ISMAP (again)
  14. To: sanders@bsdi.com
  15. Date: Tue, 1 Jun 93 15:38:27 BST
  16. Cc: timbl@nxoc01.cern.ch, www-talk@nxoc01.cern.ch
  17. Mailer: Elm [revision: 66.36.1.1]
  18.  
  19. > My prefered scheme for selection of links in external objects is just send
  20. > the x,y coordinates of the selection to the server and let it deal with
  21. > it however is best.  This is how the current selection stuff works for
  22. > <IMG ISMAP>.  This lets you backend with whatever you need (like maybe
  23. > WAIS spatial indexing) without hardcoding anything in the client.
  24.  
  25. > This scheme has the advantages of being easy on the browser, simple to
  26. > implement, low network overhead, it fits in with the existing HTTP
  27. > protocol (even HTTP/0.9) and it's working today:
  28.  
  29. Just when I thought we had settled the matter!
  30.  
  31. Tim BL reminded me on the phone why this approach can't work in general.
  32. Pixels only make sense for image data NOT for drawings, equations etc.
  33. This means that we really do have to consider scaling the mouse click
  34. coordinates. Tim suggests we use real numbers with 0 to 1.0 for each
  35. axis (assuming square borders) with the upper left as (0, 0).
  36.  
  37. Dave Raggett